Contains(DateTime[]) Method
Returns true if either of specified items exists in the wrapped list.
public System.bool Contains(
System.DateTime[]
)
'Declaration
Public Overloads Function Contains( _
ByVal () As System.Date _
) As System.Boolean
Parameters
- days
- An array of System.DateTime values to search for.
Return Value
True if at least one of specified items exists in the wrapped list.